github.com/gotd/td/rpc.Engine.rpc (field)
7 uses
github.com/gotd/td/rpc (current package)
engine.go#L22: rpc map[int64]func(*bin.Buffer, error) error
engine.go#L50: rpc: map[int64]func(*bin.Buffer, error) error{},
engine.go#L122: e.rpc[req.MsgID] = handler
engine.go#L128: delete(e.rpc, req.MsgID)
engine.go#L158: e.rpc[req.MsgID] = func(b *bin.Buffer, e error) error { return nil }
engine.go#L259: fn, ok := e.rpc[msgID]
engine.go#L272: fn, ok := e.rpc[msgID]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |